• Image placeholder
  • 홈 페이지
  • 블로그 센터
  • 범주
Image placeholder

접미사 지정

지정 한 디 렉 터 리 에서 지정 한 접미사 파일 의 셸 스 크 립 트 코드 를 찾 습 니 다.

#!bin/sh # findf $1 $2 # link:www.jb51.net # date:2013/2/26 f() list=`find $2|grep "/.$1/>"` for i in $list echo $i print() echo " :" echo "$1 /$1 /$2" echo " , 'h'" echo " , " exit -1 f1() f "$1" "*" f2() cd $2 f "$1" "...

지정 디 렉 터 리접미사 지정

© 2022 intrepidgeeks.com

Privacy Policy Contact US Sitemap
🍪 This website uses cookies to ensure you get the best experience on our website. Learn more